remotemanager.dataset.files_mixin module

class remotemanager.dataset.files_mixin.ExtraFilesMixin[source]

Provides extra files related functionality to Runner and Dataset

Requires either: - implementation of _extra_files dict - implementation of extra_files_send/recv properties

Also requires a run_path property

property extra_files: dict

Returns the extra files set for this runner

property extra_files_send: list

Methods for Dataset, should be overridden in Runner

property extra_files_recv: list

Methods for Dataset, should be overridden in Runner